#exp {
  width: 160px;
  height: 150px;
}
.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
  padding: 1.5rem 0;
}

.carousel-caption {
  align-items: center;
  margin-top: 0;
}

.courousel-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    84deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(247, 247, 247, 0.5) 90%,
    rgba(229, 233, 240, 0) 90%
  );
  z-index: -1;
}
